home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / programs / prog51 < prev    next >
Encoding:
Text File  |  1993-12-23  |  202 b   |  13 lines

  1. # check that a dialog shell can be made and shown
  2. xtAppInitialize -class Program
  3.  
  4. xmPushButton .fred managed
  5.  
  6. xmDialogShell .fred.sh
  7.  
  8. xmPushButton .fred.sh.d_button managed
  9.  
  10. . realizeWidget
  11.  
  12. . mainLoop
  13.